'Declaration Public Overloads Sub IntersectClip( _
ByVal polygonThe polygon points.() As System.Drawing.PointF, _
ByVal fillModeMember of the GraphicsPathFillMode enumeration that determines how the curve is filled.As Vintasoft.Imaging.Drawing.GraphicsPathFillMode _
)
public void IntersectClip(
System.Drawing.PointF[] polygon,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public: void IntersectClip(
System.Drawing.PointF[]* polygon,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public:
void IntersectClip(
array<System.Drawing.PointF>^ polygon,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
Parameters
- polygon
- The polygon points.
- fillMode
- Member of the GraphicsPathFillMode enumeration that determines how the curve is filled.